home *** CD-ROM | disk | FTP | other *** search
/ TeleMagic 4 / TeleMagic v4.0.iso / tm / data1.cab / Program_Files / TMMAIL.EXE / 0 / RCDATA / TTELEMAGICSPELLDIALOG / TTELEMAGICSPELLDIALOG.txt
Encoding:
Text File  |  1999-05-28  |  3.7 KB  |  202 lines

  1. object TeleMagicSpellDialog: TTeleMagicSpellDialog
  2.   Left = 608
  3.   Top = 127
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Spell Check'
  7.   ClientHeight = 157
  8.   ClientWidth = 386
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ErrorLabel: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 53
  22.     Height = 13
  23.     Caption = 'Not Found:'
  24.     FocusControl = NotFound
  25.   end
  26.   object ActionLabel: TLabel
  27.     Left = 8
  28.     Top = 32
  29.     Width = 68
  30.     Height = 13
  31.     Caption = '&Replace With:'
  32.     FocusControl = WordEdit
  33.   end
  34.   object SuggestLabel: TLabel
  35.     Left = 8
  36.     Top = 57
  37.     Width = 61
  38.     Height = 13
  39.     Caption = '&Suggestions:'
  40.     FocusControl = SuggestBox
  41.   end
  42.   object NotFound: TEdit
  43.     Left = 96
  44.     Top = 8
  45.     Width = 281
  46.     Height = 21
  47.     HelpContext = 912
  48.     Color = clBtnFace
  49.     ReadOnly = True
  50.     TabOrder = 11
  51.   end
  52.   object WordEdit: TEdit
  53.     Left = 96
  54.     Top = 32
  55.     Width = 121
  56.     Height = 21
  57.     HelpContext = 913
  58.     TabOrder = 12
  59.   end
  60.   object SuggestBox: TListBox
  61.     Left = 96
  62.     Top = 56
  63.     Width = 121
  64.     Height = 97
  65.     HelpContext = 914
  66.     ItemHeight = 13
  67.     TabOrder = 13
  68.   end
  69.   object ChangeAll: TButton
  70.     Left = 224
  71.     Top = 32
  72.     Width = 75
  73.     Height = 22
  74.     HelpContext = 900
  75.     Caption = '&Change All'
  76.     Enabled = False
  77.     TabOrder = 3
  78.     OnClick = ChangeAllClick
  79.   end
  80.   object Change: TButton
  81.     Left = 304
  82.     Top = 32
  83.     Width = 75
  84.     Height = 22
  85.     HelpContext = 901
  86.     Caption = 'C&hange'
  87.     Enabled = False
  88.     TabOrder = 4
  89.     OnClick = ChangeClick
  90.   end
  91.   object IgnoreAll: TButton
  92.     Left = 224
  93.     Top = 56
  94.     Width = 75
  95.     Height = 22
  96.     HelpContext = 902
  97.     Caption = '&Ignore All'
  98.     Enabled = False
  99.     TabOrder = 5
  100.     OnClick = IgnoreAllClick
  101.   end
  102.   object Ignore: TButton
  103.     Left = 304
  104.     Top = 56
  105.     Width = 75
  106.     Height = 22
  107.     HelpContext = 903
  108.     Caption = 'I&gnore'
  109.     Enabled = False
  110.     TabOrder = 6
  111.     OnClick = IgnoreClick
  112.   end
  113.   object Add: TButton
  114.     Left = 224
  115.     Top = 80
  116.     Width = 75
  117.     Height = 22
  118.     HelpContext = 904
  119.     Caption = '&Add'
  120.     Enabled = False
  121.     TabOrder = 7
  122.     OnClick = AddClick
  123.   end
  124.   object AutoCorrect: TButton
  125.     Left = 304
  126.     Top = 80
  127.     Width = 75
  128.     Height = 22
  129.     HelpContext = 905
  130.     Caption = 'Au&to-Correct'
  131.     Enabled = False
  132.     TabOrder = 8
  133.     OnClick = AutoCorrectClick
  134.   end
  135.   object Cancel: TBitBtn
  136.     Left = 304
  137.     Top = 130
  138.     Width = 75
  139.     Height = 23
  140.     HelpContext = 911
  141.     Cancel = True
  142.     Caption = '&Cancel'
  143.     ModalResult = 2
  144.     TabOrder = 10
  145.     OnClick = CancelClick
  146.     NumGlyphs = 2
  147.   end
  148.   object UndoLast: TButton
  149.     Left = 8
  150.     Top = 83
  151.     Width = 75
  152.     Height = 22
  153.     HelpContext = 908
  154.     Caption = 'Undo &Last'
  155.     Enabled = False
  156.     TabOrder = 1
  157.     OnClick = UndoLastClick
  158.   end
  159.   object Suggest: TButton
  160.     Left = 8
  161.     Top = 59
  162.     Width = 75
  163.     Height = 22
  164.     HelpContext = 906
  165.     Caption = 'S&uggest'
  166.     Enabled = False
  167.     TabOrder = 0
  168.     OnClick = SuggestClick
  169.   end
  170.   object Done: TButton
  171.     Left = 224
  172.     Top = 130
  173.     Width = 75
  174.     Height = 23
  175.     Caption = '&Done'
  176.     Default = True
  177.     TabOrder = 9
  178.     OnClick = DoneClick
  179.   end
  180.   object Start: TButton
  181.     Left = 8
  182.     Top = 107
  183.     Width = 75
  184.     Height = 22
  185.     HelpContext = 908
  186.     Caption = '&Start'
  187.     Enabled = False
  188.     TabOrder = 2
  189.     OnClick = StartClick
  190.   end
  191.   object DC: TDialogControl
  192.     WordEdit = WordEdit
  193.     Suggestions = SuggestBox
  194.     OnChangeEnabled = DC1ChangeEnabled
  195.     OnChangeVisible = DC1ChangeVisible
  196.     OnGetCaption = DC1GetCaption
  197.     OnSetCaption = DC1SetCaption
  198.     OnResize = DCResize
  199.     Left = 352
  200.   end
  201. end
  202.